TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
Bug-Debian: https://bugs.debian.org/
1135720
Gbp-Pq: Name Version_2_7_2pre23
(let ((val (symbol-value form)))
(or
(c1constant-value val nil)
- (when (functionp val)
- (c1function (list (fle val))))
- `(location ,(make-info :type (object-type val)) (VV ,(add-constant form))))))
- ; ((c1var form))))
+ `(location
+ ,(make-info
+ :type (if (functionp val) #tfunction (object-type val)));FIXME
+ (VV ,(add-constant form))))))
+; ((c1var form))))
((c1expr-avct (c1var form))))) ;FIXME pcl
((consp form)
(let ((fun (car form)))
-"Version_2_7_2pre22"
+"Version_2_7_2pre23"